* alloc.c (allocate_vector_block): Remove redundant
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 3 Jul 2012 11:09:36 +0000 (15:09 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 3 Jul 2012 11:09:36 +0000 (15:09 +0400)
commitbec65b4ede815b51d87db86cf7155401032cc620
treedfcad0795746d3397601e18729254aef04d8ec7d
parentc01f35ad237e21cd50b6d5982ddf32e08eea5105
* alloc.c (allocate_vector_block): Remove redundant
calls to mallopt if DOUG_LEA_MALLOC is defined.
(allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
avoid calls to mallopt if zero_vector is returned.
src/ChangeLog
src/alloc.c